Welcome![Sign In][Sign Up]
Location:
Search - x16 x12 x5 1

Search list

[CSharpcrc16(VC)

Description: crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
Platform: | Size: 25658 | Author: 孙盛 | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 231179 | Author: 李慎丹 | Hits:

[Crack HackCrcCheck

Description: CRC校验实用程序 CRC-16码: G(x)=X16+X15+X2+1 CRC-32码: G(x)=X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+X+1
Platform: | Size: 33546 | Author: 卢东 | Hits:

[Communicationcrc校验详解

Description: CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
Platform: | Size: 19456 | Author: 小康 | Hits:

[CSharpcrc16(VC)

Description: crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
Platform: | Size: 28672 | Author: | Hits:

[Mathimatics-Numerical algorithmscrc-ccitt

Description: CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
Platform: | Size: 234496 | Author: 李慎丹 | Hits:

[Crack HackCrcCheck

Description: CRC校验实用程序 CRC-16码: G(x)=X16+X15+X2+1 CRC-32码: G(x)=X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+X+1 -CRC checksum utility CRC-16 Code: G (x) = X16+ X15+ X2+ 1CRC-32 Code: G (x) = X32+ X26+ X23+ X22+ X16+ X12+ X11+ X10+ X8+ X72B ! X5+ X4+ X2+ X1+ X+ 1
Platform: | Size: 32768 | Author: 卢东 | Hits:

[TCP/IP stackCRC_PPP

Description: 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
Platform: | Size: 1024 | Author: 王强 | Hits:

[SCMCRC-16LHF

Description: MCS51的CRC-16快速查表计算函数 要预先生成CRC16查表数据,起始地址CRC16TAB,按高/低字节顺序存放(512字节) // CRC-CCITT16 = X16+X12+X5+1, 00010000 00100001($1021) 郑州 汉威光电 刘海峰编制 (0371-62003091),欢迎交流-MCS51 the CRC-16 fast look-up table calculation function to pre-generated look-up table data CRC16, start address CRC16TAB, according to high/low byte order storage (512 bytes)// CRC-CCITT16 = X16+ X12+ X5+ 1, 00010000 00100001 ($ 1021) Zhengzhou Hanwei Haifeng photoelectric preparation (0371-62003091) and welcomes the exchange of
Platform: | Size: 2048 | Author: liuhaifeng | Hits:

[Windows DevelopCRC

Description: The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite way you transmit the data word. The 16-bit generator polynomial ‘x16 +x12 +x5 +1’ is used for the calculation. -The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite way you transmit the data word. The 16-bit generator polynomial ‘x16 +x12 +x5 +1’ is used for the calculation.
Platform: | Size: 159744 | Author: jj | Hits:

[matlabfcs_gen

Description: 用于产生CRC校验的matlab源码,生成多项式g(x) = x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + x4 + x2 + x + 1,按比特输入按字节输出-Matlab code for CRC-16 generation
Platform: | Size: 1024 | Author: alex | Hits:

[Crack HackPCK_CRC3_D4

Description: CRC校验码生存程序 校验序列码生成多项式: X16+X13+X12+X11+X10+X8+X6+X5+X2+1 输入数据为16个字节(128位),输出16bit校验序列-CRC, the survival program check sequence code generator polynomial: X16+ X13+ X12+ X11+ X10+ X8+ X6+ X5+ X2+1 input data is 16 bytes (128 bits), output 16bit checksum sequence
Platform: | Size: 1024 | Author: weixin | Hits:

[VHDL-FPGA-VerilogMYCRC

Description: 由于altera公司的CRC生成和校验模块不支持本系统使用的Cyclone IV E系列FPGA,因此本文独立设计了CRC模块。该模块的接口与altera公司的CRC模块接口基本一致,能够对16位输入的数据流进行CRC校验码生成和校验。本文采用CRC-CCITT生成项,其表达式为:X16+X12+X5+X0。本模块需要startp信号及endp信号指示数据传输的起始及结束。本模块采用状态机设计,对于数据头和数据尾分别由不同的状态来处理。在本模块中,使用了for循环,这会消耗较多的FPGA资源,但暂时任未发现其他改进的方法。-Because altera company' s CRC generation and checking modules do not support the use of the system Cyclone IV E series FPGA, so this independent design of the CRC module. The module' s interface with the CRC module interface altera' s basically the same, capable of 16-bit input data stream of CRC generation and checking. In this paper, CRC-CCITT generation entry, its expression is: X16+ X12+ X5+ X0. This module requires startp signal and endp signal indicating the start and end of data transmission. This module is a state machine design, and data for the end of the first data were handled by different states. In this module, use the for loop, which consumes more FPGA resources, but temporarily did not find any other ways to improve.
Platform: | Size: 4096 | Author: 陈建 | Hits:

[SCM15693_CRC

Description: ISO/IEC 3309CRC used for 1443 or 15693 RF-ID crc-ISO/IEC 3309 CRC CRC type Length Polynomial Direction bits X16+ X12+ X5+ 1
Platform: | Size: 1024 | Author: 吴羽中 | Hits:

[VHDL-FPGA-Verilogcrc16

Description: x16+x12+x5+1 verilog
Platform: | Size: 1024 | Author: 刘倩茹 | Hits:

[Othercrc16

Description: labview CRC16 (X16+X12+X5+1)编码的校验-labview CRC16 code
Platform: | Size: 9216 | Author: ygyang | Hits:

[Other Embeded programCRC16_check

Description: 关于CRC-16-CCITT x16 + x12 + x5 + 1计算-about CRC-16_CCITT
Platform: | Size: 7168 | Author: hanks | Hits:

[LabViewCRC16_Look-up_table_calculation

Description: CRC16查表法计算,多项式X16+X12+X5+1-CRC16 look-up table method, polynomial X16+X12+X5+1
Platform: | Size: 9216 | Author: 惊堂木 | Hits:

[LabViewCRC16_byte_calculation_MSB

Description: CRC16字节型计算高位先行,多项式X16+X12+X5+1-The CRC16 byte Computing highs first polynomial X16+X12+X5+1
Platform: | Size: 8192 | Author: 惊堂木 | Hits:

[LabViewCRC16_byte_calculation_LSB

Description: CRC16字节型计算低位先行,多项式X16+X12+X5+1-CRC16 bytes Computing low first polynomial X16+X12+X5+1 of
Platform: | Size: 7168 | Author: 惊堂木 | Hits:
« 12 »

CodeBus www.codebus.net